﻿2026-06-15T14:35:14.5562301Z ##[group]Run actions/checkout@v6
2026-06-15T14:35:14.5562943Z with:
2026-06-15T14:35:14.5563156Z   lfs: true
2026-06-15T14:35:14.5563375Z   repository: yorvana/android
2026-06-15T14:35:14.5566228Z   token: ***
2026-06-15T14:35:14.5566458Z   ssh-strict: true
2026-06-15T14:35:14.5566688Z   ssh-user: git
2026-06-15T14:35:14.5566920Z   persist-credentials: true
2026-06-15T14:35:14.5567167Z   clean: true
2026-06-15T14:35:14.5567390Z   sparse-checkout-cone-mode: true
2026-06-15T14:35:14.5567668Z   fetch-depth: 1
2026-06-15T14:35:14.5567884Z   fetch-tags: false
2026-06-15T14:35:14.5568106Z   show-progress: true
2026-06-15T14:35:14.5568335Z   submodules: false
2026-06-15T14:35:14.5568563Z   set-safe-directory: true
2026-06-15T14:35:14.5569016Z ##[endgroup]
2026-06-15T14:35:14.6995628Z Syncing repository: yorvana/android
2026-06-15T14:35:14.6997741Z ##[group]Getting Git version info
2026-06-15T14:35:14.6998413Z Working directory is '/home/runner/work/android/android'
2026-06-15T14:35:14.6999286Z [command]/usr/bin/git version
2026-06-15T14:35:14.6999825Z git version 2.54.0
2026-06-15T14:35:14.7000954Z [command]/usr/bin/git lfs version
2026-06-15T14:35:14.7402858Z git-lfs/3.7.1 (GitHub; linux amd64; go 1.24.4)
2026-06-15T14:35:14.7425404Z ##[endgroup]
2026-06-15T14:35:14.7439268Z Temporarily overriding HOME='/home/runner/work/_temp/c259154a-4b69-4886-826c-462c5884775c' before making global git config changes
2026-06-15T14:35:14.7441415Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T14:35:14.7446254Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/android/android
2026-06-15T14:35:14.7495639Z Deleting the contents of '/home/runner/work/android/android'
2026-06-15T14:35:14.7500285Z ##[group]Determining repository object format
2026-06-15T14:35:14.7503198Z ##[endgroup]
2026-06-15T14:35:14.7506787Z ##[group]Initializing the repository
2026-06-15T14:35:14.7509035Z [command]/usr/bin/git init /home/runner/work/android/android
2026-06-15T14:35:14.7587778Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-15T14:35:14.7589191Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-06-15T14:35:14.7590743Z hint: to use in all of your new repositories, which will suppress this warning,
2026-06-15T14:35:14.7592250Z hint: call:
2026-06-15T14:35:14.7593346Z hint:
2026-06-15T14:35:14.7719978Z hint: 	git config --global init.defaultBranch <name>
2026-06-15T14:35:14.7721034Z hint:
2026-06-15T14:35:14.7722433Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-15T14:35:14.7723644Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-15T14:35:14.7724975Z hint:
2026-06-15T14:35:14.7725625Z hint: 	git branch -m <name>
2026-06-15T14:35:14.7726650Z hint:
2026-06-15T14:35:14.7727617Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-06-15T14:35:14.7729336Z Initialized empty Git repository in /home/runner/work/android/android/.git/
2026-06-15T14:35:14.7732658Z [command]/usr/bin/git remote add origin https://github.com/yorvana/android
2026-06-15T14:35:14.7735548Z ##[endgroup]
2026-06-15T14:35:14.7736592Z ##[group]Disabling automatic garbage collection
2026-06-15T14:35:14.7737786Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T14:35:14.7741060Z ##[endgroup]
2026-06-15T14:35:14.7741731Z ##[group]Setting up auth
2026-06-15T14:35:14.7742294Z Removing SSH command configuration
2026-06-15T14:35:14.7742944Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T14:35:14.7756013Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T14:35:14.8162914Z Removing HTTP extra header
2026-06-15T14:35:14.8164181Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T14:35:14.8167125Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T14:35:14.8370292Z Removing includeIf entries pointing to credentials config files
2026-06-15T14:35:14.8376011Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T14:35:14.8578159Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T14:35:14.8728289Z [command]/usr/bin/git config --file /home/runner/work/_temp/git-credentials-aeb68d59-4c3c-4bc7-a65e-4eeb4b795d9f.config http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T14:35:14.8769006Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git.path /home/runner/work/_temp/git-credentials-aeb68d59-4c3c-4bc7-a65e-4eeb4b795d9f.config
2026-06-15T14:35:14.8803311Z [command]/usr/bin/git config --local includeIf.gitdir:/home/runner/work/android/android/.git/worktrees/*.path /home/runner/work/_temp/git-credentials-aeb68d59-4c3c-4bc7-a65e-4eeb4b795d9f.config
2026-06-15T14:35:14.8840274Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git.path /github/runner_temp/git-credentials-aeb68d59-4c3c-4bc7-a65e-4eeb4b795d9f.config
2026-06-15T14:35:14.8873552Z [command]/usr/bin/git config --local includeIf.gitdir:/github/workspace/.git/worktrees/*.path /github/runner_temp/git-credentials-aeb68d59-4c3c-4bc7-a65e-4eeb4b795d9f.config
2026-06-15T14:35:14.8913175Z ##[endgroup]
2026-06-15T14:35:14.8917374Z [command]/usr/bin/git lfs install --local
2026-06-15T14:35:14.9356528Z Updated Git hooks.
2026-06-15T14:35:14.9357462Z Git LFS initialized.
2026-06-15T14:35:14.9360769Z ##[group]Fetching the repository
2026-06-15T14:35:14.9363137Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +3443923e1a2a6ace919b44af3a3f749e317e6bac:refs/remotes/origin/master
2026-06-15T14:35:15.6415615Z From https://github.com/yorvana/android
2026-06-15T14:35:15.6416686Z  * [new ref]         3443923e1a2a6ace919b44af3a3f749e317e6bac -> origin/master
2026-06-15T14:35:15.6446533Z [command]/usr/bin/git branch --list --remote origin/master
2026-06-15T14:35:15.6478795Z   origin/master
2026-06-15T14:35:15.6488581Z [command]/usr/bin/git rev-parse refs/remotes/origin/master
2026-06-15T14:35:15.6514355Z 3443923e1a2a6ace919b44af3a3f749e317e6bac
2026-06-15T14:35:15.6518964Z ##[endgroup]
2026-06-15T14:35:15.6519610Z ##[group]Determining the checkout info
2026-06-15T14:35:15.6521089Z ##[endgroup]
2026-06-15T14:35:15.6524250Z ##[group]Fetching LFS objects
2026-06-15T14:35:15.6526034Z [command]/usr/bin/git lfs fetch origin refs/remotes/origin/master
2026-06-15T14:35:15.6779567Z Fetching reference refs/remotes/origin/master
2026-06-15T14:35:15.7043797Z ##[endgroup]
2026-06-15T14:35:15.7048791Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T14:35:15.7100082Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T14:35:15.7153667Z ##[group]Checking out the ref
2026-06-15T14:35:15.7154918Z [command]/usr/bin/git checkout --progress --force -B master refs/remotes/origin/master
2026-06-15T14:35:15.7883732Z Reset branch 'master'
2026-06-15T14:35:15.7892853Z branch 'master' set up to track 'origin/master'.
2026-06-15T14:35:15.8170209Z Encountered 1 file that should have been a pointer, but wasn't:
2026-06-15T14:35:15.8172429Z 	app/coverage-baselines/gmd_smoke.ec
2026-06-15T14:35:15.8190310Z ##[endgroup]
2026-06-15T14:35:15.8235867Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T14:35:15.8260582Z 3443923e1a2a6ace919b44af3a3f749e317e6bac
